ThinkPHP5


think\exception\ClassNotFoundException
library\think\exception\ClassNotFoundException.php at line 14

Class ClassNotFoundException

\RuntimeException
└─ClassNotFoundException

public class ClassNotFoundException
extends \RuntimeException


Constructor Summary
void

__construct(mixed message, str class)

Method Summary
string

getClass()

获取类名

Constructor Detail

library\think\exception\ClassNotFoundException.php at line 17

__construct

public void __construct(mixed message, str class)

Method Detail

library\think\exception\ClassNotFoundException.php at line 28

getClass

public string getClass()

获取类名


ThinkPHP5